home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Blix / blix.dxr / Script_23_F.ResetAfterGameOver&Go.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  197 b   |  10 lines

  1. global gstagebkgcounter, mystageclearcast, ggamestatus
  2.  
  3. on exitFrame
  4.   gstagebkgcounter = 1
  5.   mystageclearcast = "gameBKG1w"
  6.   ggamestatus = #stop
  7.   sound fadeOut 2, 120
  8.   puppetSound("song1")
  9. end
  10.